Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.relations.services.RelationService--resourceadapters

This contribution is part of XML component org.nuxeo.ecm.platform.relations.services.RelationService inside nuxeo-platform-relations-core-9.10.jar /OSGI-INF/nxrelations.xml

Extension Point

Extension point resourceadapters of component RelationService.

Contributed Items

  • <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid/"/>
  • <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid"/>

XML Source

<extension point="resourceadapters" target="org.nuxeo.ecm.platform.relations.services.RelationService">
    <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid/"/>
    <!-- compat with incorrect code -->
    <adapter class="org.nuxeo.ecm.platform.relations.adapters.DocumentModelResourceAdapter" namespace="http://www.nuxeo.org/document/uid"/>
  </extension>